Skip to main content
POST
Get external creative metrics for a line item.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Body

application/json
from_datetime
string<date-time>
required
line_item_id
string<uuid>
required
to_datetime
string<date-time>
required

Response

Successful Response

is_date_range_exceeded
boolean
required

True when the requested date range exceeds max_days

is_truncated
boolean
required

True when total_count exceeds threshold and results are omitted

items
LineItemExternalCreativeMetricItem · object[]
required
total_count
integer
required

Total number of distinct creatives matching the query

max_days
integer
default:14

Max allowed date range in days

threshold
integer
default:10000

Max distinct creative count before truncation